home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pcwiz01.arc / FORMAT.INS < prev    next >
Text File  |  1991-08-22  |  2KB  |  61 lines

  1. FORMAT    Used to "initialize" a disk so that it is
  2.           capable of accepting DOS commands and
  3.           recording data.
  4.  
  5. Format:   FORMAT Drv: [/S:/1:/8:/V:/B:/H:/N:xx:/T:xx]
  6.  
  7.   /S  creates a SYSTEM disk that is "bootable"
  8.  
  9.   /1  formats only ONE side of the disk
  10.  
  11.   /8  formats the disk with 8, instead of 9, sectors
  12.  
  13.   /V  prompts for a VOLUME label after formatting
  14.  
  15.   /B  formats with 8 sectors and leaves space for the
  16.       special SYSTEM files, which can be transferred to
  17.       diskette later using the SYS command with ANY
  18.       version of DOS.
  19.   /4  creates a 360K, double-sided diskette on a high-
  20.       capacity, 1.2M, drive.
  21.  
  22.   /N:xx  allows the user to specify the number of
  23.          sectors (xx) per track.
  24.  
  25.   /T:xx  specifies that the disk be formatted with xx
  26.          tracks.
  27.  
  28.  
  29. Example:             FORMAT A:
  30.  
  31.    Formats the diskette in drive A: without transfer-
  32.    ing the system files. (Creates a non-bootable "data"
  33.    diskette.) The storage capacity of the diskette will
  34.    be 360K if drive A: is a 360K drive or 1.2M if drive
  35.    A: is a high-capacity, 1.2M, drive.
  36.  
  37. Example:            FORMAT A: /S
  38.  
  39.    Same as above, except the diskette in drive A: will
  40.    receive the SYSTEM files (DOS's two hidden files and
  41.    COMMAND.COM) and can be used to "boot" the system.
  42.  
  43. Example:           FORMAT A: /S/4
  44.  
  45.    Same as above, except that the /4 switch causes a
  46.    1.2M, high-capacity, drive to create a diskette at
  47.    a 360K capacity which can be used with a 360K
  48.    drive or a 1.2M drive.
  49.  
  50. Example:          FORMAT A: /S/4/H
  51.  
  52.    Save as above, except that the /H switch causes DOS
  53.    to "skip" the normal prompt for inserting the disk
  54.    in the drive. (Disk MUST be inserted prior to issu-
  55.    ing the command!. /H is available in DOS V3.3 Only!)
  56.  
  57. Example:           FORMAT A: /4
  58.  
  59.    Creates a 360K, non-bootable "data" diskette on
  60.    Drive A: when formatted on a high-capacity drive.
  61.